home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / SHARED.DIR / 00146_doll_quit.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  311 b   |  13 lines

  1. on mouseUp
  2.   mouseClick()
  3.   clearCursors()
  4.   set button to [133 + 144, 141 + 144]
  5.   set the cursor of sprite 1 to button
  6.   set the visible of sprite 7 to 0
  7.   set the visible of sprite 8 to 0
  8.   set the visible of sprite 9 to 0
  9.   set the visible of sprite 10 to 0
  10.   set the visible of sprite 11 to 0
  11.   go(59)
  12. end
  13.